home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global Root
- if the machineType <> 256 then
- open(Root & "QuickTimeΓäó Installer:QuicktimeΓäó Install Disk 1:Installer")
- else
- if value(item 2 of the platform) = 16 then
- open(Root & "QT_INST\QT16.EXE")
- end if
- if value(item 2 of the platform) = 32 then
- open(Root & "QT_INST\QT32.EXE")
- end if
- end if
- quit()
- end
-